home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wnders22.zip / WINDERS.MAN < prev    next >
Text File  |  1992-08-18  |  3KB  |  90 lines

  1. winders(-1)                              winders(-1)
  2.  
  3. PRONOUNCED
  4.           , 
  5.     Win- ders like East Tennessee Hillbilly. 
  6.  
  7. SYNOPSIS
  8.  
  9. d:\<path>\WINDERS [num] [/A <args>] [/B] [/D <d:>] [/I] [/P] [/N <filename>] [/W]
  10. d:\<path>\WINDERS /H
  11. d:\<path>\WINDERS /V
  12. d:\<path>\WINDERS /?
  13.  
  14. DESCRIPTION
  15.  
  16.         WINDERS allows the user to choose to automatically run
  17.         Windows or exit to DOS upon startup or reboot.
  18.         It allows the user to specify a length of time to
  19.         countdown before Windows 3.X is loaded.
  20.         Windows may be loaded before the countdown
  21.          is complete by pressing one of the modifier keys
  22.         ([SHIFT], [ALT], or [CTRL]), the user may also
  23.         exit to DOS pressing any other key.
  24.  
  25. SYNTAX
  26.  
  27. d:\<path>\     is drive and directory path where WINDERS executable is
  28.         located.
  29.  
  30. num         is length of pause before loading windows.  It must be
  31.         first argument and may be range of 1 to 32767 in seconds.
  32.         The default pause is 5 seconds.  0 seconds defaults to 5.
  33.  
  34. /A <args>    are the arguments to be passed to windows. The arguments are
  35.         not optional and will generate an error if not found after
  36.         the /a. There also must be a space between the /a and the
  37.         <args> and multiple arguments must be placed inside
  38.         quotes.  If you have problems getting this to work
  39.                 try using full path names on the executables.
  40.  
  41. /B        beep on countdown, default no beep.
  42.  
  43.  
  44. /D <d:>         is to specify drive in where WINDOWS is located.
  45.         The default is C:.
  46.  
  47. /P <path>       If executable file to start WINDOWS is not in \WINDOWS\ use
  48.         this option to specify the path.
  49.         Examples:
  50.  
  51.         \DIR1\DIR2\...\DIRn\WINDOWS\
  52.         \WIN\  If WINDOWS is in a directory called WIN.
  53.  
  54.         NOTE: The final back-slash on the path is required.
  55.  
  56. /N <filename>   Used to specify the name of the file to be executed
  57.         if it is not WIN.COM.
  58.         Example:
  59.            Use /N WINDERS.BAT  if you want to execute a batch file
  60.            before entering windows.
  61.            This would be an easy way to disable a DOS screen saver
  62.            before starting Windows.
  63.            (See WINDERS.BAT)
  64.         Note: If you change the name a new shell will 
  65.         and the batch file will run from that shell which is
  66.         not as efficient memory efficient as running 
  67.         WIN.COM directly.
  68.  
  69. /I         suppress loading Windows into screen. Default show intro screen.
  70.  
  71. /H or /?    help screen.
  72.  
  73. /V        prints out version information.
  74.  
  75. /W        supress display of WINDERS countdown banner.
  76.  
  77.  
  78. INSTALLATION
  79.  
  80.     Installation is simple; copy winders.exe into a directory
  81.     on your PATH.  Then put a line in your AUTOEXEC.BAT like:
  82.  
  83.     WINDERS 10 /B /I
  84.  
  85.  
  86. Copyright (c)1992 Earl W. Hartsell.
  87. This program is Freeware.
  88.  
  89. Windows is a registered trademark of Microsoft Corporation.
  90.